Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / RichValue<T> Constructor / RichValue<T> Constructor(T,Object)
The actual object value.
The object that contains data about this RichValue<T> object.


In This Topic
    RichValue<T> Constructor(T,Object)
    In This Topic
    Initializes a new instance of the RichValue class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal obj As T, _
       Optional ByVal tag As Object _
    )
    'Usage
     
    
    Dim obj As T
    Dim tag As Object
     
    Dim instance As New RichValue(Of T)(obj, tag)
    public RichValue<T>( 
       T obj,
       object tag
    )

    Parameters

    obj
    The actual object value.
    tag
    The object that contains data about this RichValue<T> object.
    See Also